This function reads the palette specified by the parameter pal_id into the pal_data variable.
Result = HDF_GR_READLUT( pal_id, pal_data [, /INTERLACE] )
Returns SUCCEED (0) if successful or FAIL (-1) otherwise.
Palette identifier returned by HDF_GR_GETLUTID.
A named variable that will contain the palette data.
Set this keyword to force pal_data to be returned in INTERLACE mode. The default is pixel-interlacing (0) other possible values are 1 (line) and 2 (component).
5.2 |
Introduced |